home *** CD-ROM | disk | FTP | other *** search
/ Shareware Avalanche! / Shareware Avalanche!.iso / brainex / arcnews.doc < prev    next >
Text File  |  1993-01-11  |  2KB  |  41 lines

  1. Rombrain supports the viewing and reading of any Archive file format, 
  2. via a batch file. Before Rombrain shells to the batch file, it will
  3. create a temporary directory on your selected work drive, or the
  4. current drive if no work drive is selected.
  5.  
  6. Parameters passed to ARCBRAIN.BAT by ROMBRAIN.EXE
  7. -------------------------------------------------------------
  8. %1 = Full Path/Name of the Archive File to process
  9. %2 = Type of Archive: ARC, ZIP, ARJ, LZH, PAK, etc.
  10. %3 = Name of the file to extract or Read from the Archive
  11. %4 = Destination Work Directory and Filename
  12. %5 = View, Read or Transfer Flag  (VIEW if viewing directory)
  13. -------------------------------------------------------------
  14.  
  15. When a user selects the View Archive Command, Rombrain will shell 
  16. to a batch file called ARCBRAIN.BAT. This file goes in your BRAINEX\ROMBRAIN 
  17. Directory.  This batch file must invoke the compression program so that
  18. it creates a listing of the archive. The listing is redirected
  19. to a file called ARCDIR.TXT, which must be placed into the CDWORK
  20. Directory. Rombrain will delete this file after it has shown to the user.
  21.  
  22. When a user selects the Read from Archive Command, Rombrain will 
  23. extract the file specified by the 3rd parameter passed to the batch file. 
  24. The file must be extracted into the CDWORK directory. After displaying the
  25. file, Rombrain will delete it.
  26.  
  27. When a user selects the Transfer from Archive Command, Rombrain 
  28. will extract the file specified by the 3rd parameter. The file must 
  29. be extracted into the CDWORK directory.  After transferring the file, 
  30. Rombrain will delete the file.
  31.  
  32. The CDWORK directory will be removed when a user exits Rombrain.
  33. Under normal circumstances, you should not need to edit ARCBRAIN.BAT
  34. unless you wish to add special parameters or additional compression
  35. programs.
  36.  
  37. IF YOU GET ARCHIVE ERRORS...
  38. Run Rombrain with the DIAG command, this will prevent Rombrain
  39. from hiding the error messages produced by the various archive
  40. programs. Format: ROMBRAIN DIAG
  41.